ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ScatterMapLayer<T> Class / SymbolMinSize Property






In This Topic
    SymbolMinSize Property (ScatterMapLayer<T>)
    In This Topic
    Gets or sets the minimal symbol size for bubble plot.
    Syntax
    'Declaration
     
    
    Public Property SymbolMinSize As System.Integer
    'Usage
     
    
    Dim instance As ScatterMapLayer(Of T)
    Dim value As System.Integer
     
    instance.SymbolMinSize = value
     
    value = instance.SymbolMinSize
    public System.int SymbolMinSize {get; set;}
    public read-write property SymbolMinSize: System.Integer; 
    public function get,set SymbolMinSize : System.int
    public: __property System.int get_SymbolMinSize();
    public: __property void set_SymbolMinSize( 
       System.int value
    );
    public:
    property System.int SymbolMinSize {
       System.int get();
       void set (    System.int value);
    }
    See Also